projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d69b5
)
(kmacro-repeat-on-last-key): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 25 Aug 2006 20:30:17 +0000
(20:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 25 Aug 2006 20:30:17 +0000
(20:30 +0000)
lisp/kmacro.el
patch
|
blob
|
history
diff --git
a/lisp/kmacro.el
b/lisp/kmacro.el
index d3db76fcc8a8f4323dae64d471e03163d497f618..2d1f5f33847df8a540dfbe1b66dbbbe7c1901519 100644
(file)
--- a/
lisp/kmacro.el
+++ b/
lisp/kmacro.el
@@
-409,7
+409,7
@@
Optional arg EMPTY is message to print if no macros are defined."
(defun kmacro-repeat-on-last-key (keys)
- "Process kmacro commands keys imm
i
diately after cycling the ring."
+ "Process kmacro commands keys imm
e
diately after cycling the ring."
(setq keys (vconcat keys))
(let ((n (1- (length keys)))
cmd done repeat)